dvb_table_nit_transport

@struct dvb_table_nit_transport @brief MPEG-TS NIT transport table @ingroup dvb_table

@param transport_id transport id @param network_id network id @param desc_length desc length @param descriptor pointer to struct dvb_desc @param next pointer to struct dvb_table_nit_transport

This structure is used to store the original NIT transport table, converting the integer fields to the CPU endianness.

The undocumented parameters are used only internally by the API and/or are fields that are reserved. They shouldn't be used, as they may change on future API releases.

Everything after dvb_table_nit_transport::descriptor (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there.

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

descriptor
dvb_desc* descriptor;
Undocumented in source.
network_id
ushort network_id;
Undocumented in source.
next
dvb_table_nit_transport* next;
Undocumented in source.
transport_id
ushort transport_id;
Undocumented in source.

Meta